home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / Demo.mdb / IssueCondition.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  229b

  1. {
  2.     "schema": {
  3.         "IssueId": "Long Integer",
  4.         "ConditionId": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "IssueId": 1,
  9.             "ConditionId": 28
  10.         },
  11.         {
  12.             "IssueId": 2,
  13.             "ConditionId": 28
  14.         },
  15.         {
  16.             "IssueId": 4,
  17.             "ConditionId": 6
  18.         },
  19.         {
  20.             "IssueId": 4,
  21.             "ConditionId": 32
  22.         },
  23.         {
  24.             "IssueId": 5,
  25.             "ConditionId": 16
  26.         }
  27.     ]
  28. }